projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b317e2
)
(display_string): Determine multibyte from current buffer,
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Sep 1997 04:22:29 +0000
(
04:22
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Sep 1997 04:22:29 +0000
(
04:22
+0000)
not from W's buffer.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 40642ecb16c20d3564b6deffb40ae8a1662a895a..3c3e526ead5034caa3b45403b48355aa9196b728 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-4722,7
+4722,7
@@
display_string (w, vpos, string, length, hpos, truncate,
GLYPH *p1start = desired_glyphs->glyphs[vpos] + hpos;
int window_width = XFASTINT (w->width);
/* If 1, we must display multibyte characters. */
- int multibyte = !NILP (
XBUFFER (w->buffer)
->enable_multibyte_characters);
+ int multibyte = !NILP (
current_buffer
->enable_multibyte_characters);
/* Use the standard display table, not the window's display table.
We don't want the mode line in rot13. */